github.com/klauspost/compress/zstd/internal/xxhash.Digest.total (field)

8 uses

	github.com/klauspost/compress/zstd/internal/xxhash (current package)
		xxhash.go#L33: 	total uint64
		xxhash.go#L51: 	d.total = 0
		xxhash.go#L64: 	d.total += uint64(n)
		xxhash.go#L119: 	if d.total >= 32 {
		xxhash.go#L130: 	h += d.total
		xxhash.go#L170: 	b = appendUint64(b, d.total)
		xxhash.go#L189: 	b, d.total = consumeUint64(b)
		xxhash.go#L191: 	d.n = int(d.total % uint64(len(d.mem)))